home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 November / macformat-018.iso / Utility Spectacular / AfterDark / TwilightZone ƒ / source / globals.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-03-20  |  252 b   |  7 lines  |  [TEXT/KAHL]

  1. extern    Boolean    gHasWaitNextEvent;        // true if we have waitnextevent available
  2.  
  3. extern    Boolean    gDone;                    // application should terminate when set
  4. extern    Boolean    gInBackground;            // true if application is in the background
  5.  
  6. extern    RgnHandle gCursorRgn;
  7.